projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
add3e8b
)
(executable-query): Use `other' widget
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:21:03 +0000
(09:21 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 09:21:03 +0000
(09:21 +0000)
type.
lisp/progmodes/executable.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/executable.el
b/lisp/progmodes/executable.el
index 49028f7e7b744ca069f375bdca1f74e7c5cc0694..9bd339f694ae9450f830422244def0d5f8c7b7e9 100644
(file)
--- a/
lisp/progmodes/executable.el
+++ b/
lisp/progmodes/executable.el
@@
-73,8
+73,8
@@
update the magic number."
"*If non-nil, ask user before changing an existing magic number.
When this is `function', only ask when called non-interactively."
:type '(choice (const :tag "Don't Ask" nil)
- (const :tag "Ask
" t
)
- (
const :tag "Ask when non-interactive" function
))
+ (const :tag "Ask
when non-interactive" function
)
+ (
other :tag "Ask" t
))
:group 'executable)